Input for WinForms | ComponentOne
C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / GetEnumerator Method

In This Topic
    GetEnumerator Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of TKey,TValue))
    public new IEnumerator<KeyValuePair<TKey,TValue>> GetEnumerator()
    See Also